Instructions
Team Name: The Fantastic Four
Team Members:
Dataset Description:
(max. 75 words)
Historical Data of various causes of deaths across different countries along the timeline from 1990 up until 2019, Combined with The Population by country to derive more insight into the data.
Instructions:
import pandas as pd
import utils
df = pd.read_csv('../data/cause_of_deaths_cont_pop.csv')
utils.plot_hyp_3_1(df)
utils.plot_hyp_3_2(df)
utils.plot_hyp_4_1(df)
The first graph, was used to identify the countries that suffered the highest number of fatalities due to Conflict and War, summed-up over the past 30 years; That contributed to selecting the top 7 countries in order to study the trends of the drug-abuse, alcohol-abuse and self-harm mortalities after these periods of conflict that was expressed in the next graph which showed the existence of an up-trend in some of the selected countries, but contradiction in others, which doesnot confirm or refute the hypothesis.
In the third graph, the Percentage of fatalities due to the Maternal Disorders, Neonatal Disorders, Tuberclosis and Malaria Diseases, showed an overall down trend over the years which can mean better health conditions around the globe, and a correlation between the variables can be concluded.
Instructions:
utils.plot_black(df)
The idea behind the graph is to fool the reader into thinking that the more you eat healthy diet affects the chance that you get alzheimer disease, by normalizing the data and reversing one of the variables, and we also tried to increase its credibility of the graph to the reader by adding a famous sponsor to the title, which goes against the best practices.
Instructions:
utils.plot_white(df)
The graph shows the number of deaths due to nutrition deficiencies and alzheimer diseases over the span of 30 years from 1990 to 2019, which shows a negative correlation between the variables, as we chose a line graph to ease the readability of the graph between the 2 diseases over time.